Step 4

Back

HTML Sandwich

- HTML is linear - It goes from top to bottom
- It includes four sections

1. doctype
2. html
3. head
4. body

The HTML Sandwich Structure


Tags It is constructed via a set of tags. Tags are used to delimit the start and end of elements in the markup. These can reference structure, or elements such as type.
HEADER
HEADER2
BODY

Some HTML History

- 1989: Tim Burners-Lee invented the World Wide Web to share text information - He originally called links anchors, which is why we use to represent links - href = Hyper Reference - Media screens allow sites to transform for mobile - States = Hover/Click - Divs = Divisions/Boxes div tag

Creating Links

Learn about SVSU

Index Page We commonly refer to this as the home page, but to function properly it should be coded as index.html. Browsers automatically recognize that as the home page. Never save your home page as home.html. You will have to use special code for a browser to recognize it as the home page and it might not work with all browsers.